﻿2026-07-16T11:46:43.6038006Z ##[group]Run actions/checkout@v5
2026-07-16T11:46:43.6038490Z with:
2026-07-16T11:46:43.6038807Z   fetch-depth: 0
2026-07-16T11:46:43.6039123Z   repository: BigscreenVR/spt-bs-core
2026-07-16T11:46:43.6041827Z   token: ***
2026-07-16T11:46:43.6042130Z   ssh-strict: true
2026-07-16T11:46:43.6042421Z   ssh-user: git
2026-07-16T11:46:43.6042715Z   persist-credentials: true
2026-07-16T11:46:43.6043076Z   clean: true
2026-07-16T11:46:43.6043513Z   sparse-checkout-cone-mode: true
2026-07-16T11:46:43.6043935Z   fetch-tags: false
2026-07-16T11:46:43.6044226Z   show-progress: true
2026-07-16T11:46:43.6044510Z   lfs: false
2026-07-16T11:46:43.6044791Z   submodules: false
2026-07-16T11:46:43.6045093Z   set-safe-directory: true
2026-07-16T11:46:43.6045427Z ##[endgroup]
2026-07-16T11:46:43.7866641Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-16T11:46:43.7867911Z ##[group]Getting Git version info
2026-07-16T11:46:43.7868408Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-16T11:46:43.8143433Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-16T11:46:43.8370809Z git version 2.43.0.windows.1
2026-07-16T11:46:43.8394109Z ##[endgroup]
2026-07-16T11:46:43.8402692Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\602d3d61-5bf9-438d-a443-3afa746b60f2\.gitconfig'
2026-07-16T11:46:43.8416714Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\602d3d61-5bf9-438d-a443-3afa746b60f2' before making global git config changes
2026-07-16T11:46:43.8417649Z Adding repository directory to the temporary git global config as a safe directory
2026-07-16T11:46:43.8421883Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-16T11:46:43.8676143Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-16T11:46:44.0022860Z https://github.com/BigscreenVR/spt-bs-core
2026-07-16T11:46:44.0053460Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-16T11:46:44.0058065Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-16T11:46:44.0301548Z HEAD
2026-07-16T11:46:44.0590473Z ##[endgroup]
2026-07-16T11:46:44.0593059Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-16T11:46:44.4664588Z ##[group]Cleaning the repository
2026-07-16T11:46:44.4668556Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-16T11:46:54.3556606Z Removing .adapter-notify/
2026-07-16T11:46:54.3557169Z Removing target/
2026-07-16T11:46:54.3590187Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-16T11:46:54.4253193Z HEAD is now at 0fea9379 Merge 2a110eed6f97d3dab96ed301d1b6d1df9a2cc002 into 3d9f2ed4a38bdc6dbe4e7157bd2b35d049a79d9f
2026-07-16T11:46:54.4275819Z ##[endgroup]
2026-07-16T11:46:54.4280012Z ##[group]Disabling automatic garbage collection
2026-07-16T11:46:54.4284927Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-16T11:46:54.4552200Z ##[endgroup]
2026-07-16T11:46:54.4552645Z ##[group]Setting up auth
2026-07-16T11:46:54.4559198Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-16T11:46:54.4811002Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-16T11:46:55.0126518Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-16T11:46:55.0394182Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-16T11:46:55.6935562Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-16T11:46:55.7174092Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-16T11:46:56.2335531Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-16T11:46:56.3749703Z ##[endgroup]
2026-07-16T11:46:56.3750155Z ##[group]Fetching the repository
2026-07-16T11:46:56.3758468Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +0fea9379fef607215a5c081f12197f94bb464dbc:refs/remotes/pull/13/merge
2026-07-16T11:46:57.4593442Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-16T11:46:57.4593983Z    ad7fde8a..2a110eed  build/redispatch-truth-w1 -> origin/build/redispatch-truth-w1
2026-07-16T11:46:57.4737136Z ##[endgroup]
2026-07-16T11:46:57.4737678Z ##[group]Determining the checkout info
2026-07-16T11:46:57.4738041Z ##[endgroup]
2026-07-16T11:46:57.4743089Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-16T11:46:57.5034757Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-16T11:46:57.5272449Z ##[group]Checking out the ref
2026-07-16T11:46:57.5276694Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/13/merge
2026-07-16T11:46:57.5659908Z HEAD is now at 0fea9379 Merge 2a110eed6f97d3dab96ed301d1b6d1df9a2cc002 into 3d9f2ed4a38bdc6dbe4e7157bd2b35d049a79d9f
2026-07-16T11:46:57.5678967Z ##[endgroup]
2026-07-16T11:46:57.5955710Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-16T11:46:57.6201938Z 0fea9379fef607215a5c081f12197f94bb464dbc
